Html Css Color HEX #EFAF54 Casablanca

📋 copy color: '#EFAF54'

red 239 ◦ green 175 ◦ blue 84

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

Shades of Casablanca #EFAF54

Tints of Casablanca #EFAF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.87%

R = 47.99%
G = 35.14%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFAF54 (or 0xEFAF54) is known color: Casablanca. HEX triplet: EF, AF and 54. RGB value is (239,175,84). Sum of RGB (Red+Green+Blue) = 239+175+84=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 84 (33.20% from 255 or 16.87% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAF54 is #1050AB. Grayscale: #B8B8B8. Windows color (decimal): -1069228 or 5550063. OLE color: 5550063.

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

Color convert

RGB 239 175 84 -
CMYK 0 0.27 0.65 0.06
HSL 35.23º 0.83% 0.63% -
HSV(B) 35.23º 0.65% 0.94% -
XYZ 52.53 49.65 15.2 -
YUV 183.76 71.7 167.4 -
System Red Green Blue C M Y K H S L
Decimal 239 175 84 0 0.27 0.65 0.06 35.23 0.83 0.63
Hex EF AF 54 0 1B 41 6 23 53 3F
Octal 357 257 124 0 33 101 6 43 123 77
Binary 11101111 10101111 1010100 0 11011 1000001 110 100011 1010011 111111

Color Harmonies of #EFAF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAF54

Black with #EFAF54

Text Example


Text Example

White with #EFAF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAF54; }

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

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

background-color css

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

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

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

border-color css

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

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

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