Html Css Color HEX #EFA954 Casablanca

📋 copy color: '#EFA954'

red 239 ◦ green 169 ◦ blue 84

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

Shades of Casablanca #EFA954

Tints of Casablanca #EFA954

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.35%

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

R = 48.58%
G = 34.35%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFA954 (or 0xEFA954) is known color: Casablanca. HEX triplet: EF, A9 and 54. RGB value is (239,169,84). Sum of RGB (Red+Green+Blue) = 239+169+84=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 84 (33.20% from 255 or 17.07% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA954 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA954 is #1056AB. Grayscale: #B4B4B4. Windows color (decimal): -1070764 or 5548527. OLE color: 5548527.

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

Color convert

RGB 239 169 84 -
CMYK 0 0.29 0.65 0.06
HSL 32.9º 0.83% 0.63% -
HSV(B) 32.9º 0.65% 0.94% -
XYZ 51.38 47.37 14.82 -
YUV 180.24 73.69 169.91 -
System Red Green Blue C M Y K H S L
Decimal 239 169 84 0 0.29 0.65 0.06 32.9 0.83 0.63
Hex EF A9 54 0 1D 41 6 21 53 3F
Octal 357 251 124 0 35 101 6 41 123 77
Binary 11101111 10101001 1010100 0 11101 1000001 110 100001 1010011 111111

Color Harmonies of #EFA954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA954

Black with #EFA954

Text Example


Text Example

White with #EFA954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA954; }

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

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

background-color css

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

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

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

border-color css

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

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

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