Html Css Color HEX #EFB755 Casablanca

📋 copy color: '#EFB755'

red 239 ◦ green 183 ◦ blue 85

#EFB755
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casablanca #EFB755

Tints of Casablanca #EFB755

RGB

 RED value IS 239 (93.75% from 255) = 47.14%

 GREEN value IS 183 (71.88% from 255) = 36.09%

 BLUE value IS 85 (33.59% from 255) = 16.77%

R = 47.14%
G = 36.09%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFB755 (or 0xEFB755) is known color: Casablanca. HEX triplet: EF, B7 and 55. RGB value is (239,183,85). Sum of RGB (Red+Green+Blue) = 239+183+85=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB755 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB755 is #1048AA. Grayscale: #BDBDBD. Windows color (decimal): -1067179 or 5617647. OLE color: 5617647.

HSL color Cylindrical-coordinate representation of color #EFB755: hue angle of 38.18º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFB755 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 183 85 -
CMYK 0 0.23 0.64 0.06
HSL 38.18º 0.83% 0.64% -
HSV(B) 38.18º 0.64% 0.94% -
XYZ 54.17 52.87 15.94 -
YUV 188.57 69.55 163.97 -
System Red Green Blue C M Y K H S L
Decimal 239 183 85 0 0.23 0.64 0.06 38.18 0.83 0.64
Hex EF B7 55 0 17 40 6 26 53 40
Octal 357 267 125 0 27 100 6 46 123 100
Binary 11101111 10110111 1010101 0 10111 1000000 110 100110 1010011 1000000

Color Harmonies of #EFB755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB755

Black with #EFB755

Text Example


Text Example

White with #EFB755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB755; }

 p { color: rgb(239,183,85); }

 H1.HeaderClassName
 {
   color: #EFB755;
 }
 .AnyTagClassName
 {
   color: #EFB755;
 }
</style>

background-color css

<style>
 a { background-color: #EFB755; }

 a { background-color: rgb(239,183,85); }

 div.DivClassName
 {
   background-color: #EFB755;
 }
 .BgClassName
 {
   background-color: #EFB755;
 }
</style>

border-color css

<style>
 span { border-color: #EFB755; }

 span { border-color: rgb(239,183,85); }

 td.TdClassName
 {
   border-color: #EFB755;
 }
 .TagClassName
 {
   border-color: #EFB755;
 }
</style>