Html Css Color HEX #EFAF59 Casablanca

📋 copy color: '#EFAF59'

red 239 ◦ green 175 ◦ blue 89

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

Shades of Casablanca #EFAF59

Tints of Casablanca #EFAF59

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.79%

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

R = 47.51%
G = 34.79%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EFAF59 (or 0xEFAF59) is known color: Casablanca. HEX triplet: EF, AF and 59. RGB value is (239,175,89). Sum of RGB (Red+Green+Blue) = 239+175+89=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 89 (35.16% from 255 or 17.69% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAF59 is #1050A6. Grayscale: #B8B8B8. Windows color (decimal): -1069223 or 5877743. OLE color: 5877743.

HSL color Cylindrical-coordinate representation of color #EFAF59: hue angle of 34.4º 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 #EFAF59 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 175 89 -
CMYK 0 0.27 0.63 0.06
HSL 34.4º 0.82% 0.64% -
HSV(B) 34.4º 0.63% 0.94% -
XYZ 52.73 49.73 16.27 -
YUV 184.33 74.2 166.99 -
System Red Green Blue C M Y K H S L
Decimal 239 175 89 0 0.27 0.63 0.06 34.4 0.82 0.64
Hex EF AF 59 0 1B 3F 6 22 52 40
Octal 357 257 131 0 33 77 6 42 122 100
Binary 11101111 10101111 1011001 0 11011 111111 110 100010 1010010 1000000

Color Harmonies of #EFAF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAF59

Black with #EFAF59

Text Example


Text Example

White with #EFAF59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAF59; }

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

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

background-color css

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

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

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

border-color css

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

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

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