Html Css Color HEX #EFB559 Casablanca

📋 copy color: '#EFB559'

red 239 ◦ green 181 ◦ blue 89

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

Shades of Casablanca #EFB559

Tints of Casablanca #EFB559

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.56%

 BLUE value IS 89 (35.16% from 255) = 17.49%

R = 46.95%
G = 35.56%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EFB559 (or 0xEFB559) is known color: Casablanca. HEX triplet: EF, B5 and 59. RGB value is (239,181,89). Sum of RGB (Red+Green+Blue) = 239+181+89=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 89 (35.16% from 255 or 17.49% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB559 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB559 is #104AA6. Grayscale: #BCBCBC. Windows color (decimal): -1067687 or 5879279. OLE color: 5879279.

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

Color convert

RGB 239 181 89 -
CMYK 0 0.24 0.63 0.06
HSL 36.8º 0.82% 0.64% -
HSV(B) 36.8º 0.63% 0.94% -
XYZ 53.92 52.12 16.67 -
YUV 187.85 72.22 164.48 -
System Red Green Blue C M Y K H S L
Decimal 239 181 89 0 0.24 0.63 0.06 36.8 0.82 0.64
Hex EF B5 59 0 18 3F 6 25 52 40
Octal 357 265 131 0 30 77 6 45 122 100
Binary 11101111 10110101 1011001 0 11000 111111 110 100101 1010010 1000000

Color Harmonies of #EFB559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB559

Black with #EFB559

Text Example


Text Example

White with #EFB559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB559; }

 p { color: rgb(239,181,89); }

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

background-color css

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

 a { background-color: rgb(239,181,89); }

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

border-color css

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

 span { border-color: rgb(239,181,89); }

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