Html Css Color HEX #EFAE4C Casablanca

📋 copy color: '#EFAE4C'

red 239 ◦ green 174 ◦ blue 76

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

Shades of Casablanca #EFAE4C

Tints of Casablanca #EFAE4C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.58%

 BLUE value IS 76 (30.08% from 255) = 15.54%

R = 48.88%
G = 35.58%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFAE4C (or 0xEFAE4C) is known color: Casablanca. HEX triplet: EF, AE and 4C. RGB value is (239,174,76). Sum of RGB (Red+Green+Blue) = 239+174+76=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 76 (30.08% from 255 or 15.54% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAE4C is #1051B3. Grayscale: #B6B6B6. Windows color (decimal): -1069492 or 5025519. OLE color: 5025519.

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

Color convert

RGB 239 174 76 -
CMYK 0 0.27 0.68 0.06
HSL 36.07º 0.84% 0.62% -
HSV(B) 36.07º 0.68% 0.94% -
XYZ 52.04 49.14 13.58 -
YUV 182.26 68.03 168.47 -
System Red Green Blue C M Y K H S L
Decimal 239 174 76 0 0.27 0.68 0.06 36.07 0.84 0.62
Hex EF AE 4C 0 1B 44 6 24 54 3E
Octal 357 256 114 0 33 104 6 44 124 76
Binary 11101111 10101110 1001100 0 11011 1000100 110 100100 1010100 111110

Color Harmonies of #EFAE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAE4C

Black with #EFAE4C

Text Example


Text Example

White with #EFAE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAE4C; }

 p { color: rgb(239,174,76); }

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

background-color css

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

 a { background-color: rgb(239,174,76); }

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

border-color css

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

 span { border-color: rgb(239,174,76); }

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