Html Css Color HEX #EFAF45 Casablanca

📋 copy color: '#EFAF45'

red 239 ◦ green 175 ◦ blue 69

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

Shades of Casablanca #EFAF45

Tints of Casablanca #EFAF45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.29%

R = 49.48%
G = 36.23%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EFAF45 (or 0xEFAF45) is known color: Casablanca. HEX triplet: EF, AF and 45. RGB value is (239,175,69). Sum of RGB (Red+Green+Blue) = 239+175+69=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 69 (27.34% from 255 or 14.29% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAF45 is #1050BA. Grayscale: #B6B6B6. Windows color (decimal): -1069243 or 4567023. OLE color: 4567023.

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

Color convert

RGB 239 175 69 -
CMYK 0 0.27 0.71 0.06
HSL 37.41º 0.84% 0.6% -
HSV(B) 37.41º 0.71% 0.94% -
XYZ 52 49.44 12.43 -
YUV 182.05 64.2 168.62 -
System Red Green Blue C M Y K H S L
Decimal 239 175 69 0 0.27 0.71 0.06 37.41 0.84 0.6
Hex EF AF 45 0 1B 47 6 25 54 3C
Octal 357 257 105 0 33 107 6 45 124 74
Binary 11101111 10101111 1000101 0 11011 1000111 110 100101 1010100 111100

Color Harmonies of #EFAF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAF45

Black with #EFAF45

Text Example


Text Example

White with #EFAF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAF45; }

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

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

background-color css

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

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

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

border-color css

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

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

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