Html Css Color HEX #EFAE46 Casablanca

📋 copy color: '#EFAE46'

red 239 ◦ green 174 ◦ blue 70

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

Shades of Casablanca #EFAE46

Tints of Casablanca #EFAE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.49%

R = 49.48%
G = 36.02%
B = 14.49%

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

#EFAE46 (or 0xEFAE46) is known color: Casablanca. HEX triplet: EF, AE and 46. RGB value is (239,174,70). Sum of RGB (Red+Green+Blue) = 239+174+70=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 70 (27.73% from 255 or 14.49% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAE46 is #1051B9. Grayscale: #B6B6B6. Windows color (decimal): -1069498 or 4632303. OLE color: 4632303.

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

Color convert

RGB 239 174 70 -
CMYK 0 0.27 0.71 0.06
HSL 36.92º 0.84% 0.61% -
HSV(B) 36.92º 0.71% 0.94% -
XYZ 51.84 49.07 12.53 -
YUV 181.58 65.03 168.96 -
System Red Green Blue C M Y K H S L
Decimal 239 174 70 0 0.27 0.71 0.06 36.92 0.84 0.61
Hex EF AE 46 0 1B 47 6 25 54 3D
Octal 357 256 106 0 33 107 6 45 124 75
Binary 11101111 10101110 1000110 0 11011 1000111 110 100101 1010100 111101

Color Harmonies of #EFAE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAE46

Black with #EFAE46

Text Example


Text Example

White with #EFAE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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