Html Css Color HEX #EEA64B Casablanca

📋 copy color: '#EEA64B'

red 238 ◦ green 166 ◦ blue 75

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

Shades of Casablanca #EEA64B

Tints of Casablanca #EEA64B

RGB

 RED value IS 238 (93.36% from 255) = 49.69%

 GREEN value IS 166 (65.23% from 255) = 34.66%

 BLUE value IS 75 (29.69% from 255) = 15.66%

R = 49.69%
G = 34.66%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EEA64B (or 0xEEA64B) is known color: Casablanca. HEX triplet: EE, A6 and 4B. RGB value is (238,166,75). Sum of RGB (Red+Green+Blue) = 238+166+75=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 75 (29.69% from 255 or 15.66% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA64B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA64B is #1159B4. Grayscale: #B1B1B1. Windows color (decimal): -1137077 or 4957934. OLE color: 4957934.

HSL color Cylindrical-coordinate representation of color #EEA64B: hue angle of 33.5º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEA64B is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 166 75 -
CMYK 0 0.30 0.68 0.07
HSL 33.5º 0.83% 0.61% -
HSV(B) 33.5º 0.68% 0.93% -
XYZ 50.17 45.96 12.88 -
YUV 177.15 70.35 171.4 -
System Red Green Blue C M Y K H S L
Decimal 238 166 75 0 0.30 0.68 0.07 33.5 0.83 0.61
Hex EE A6 4B 0 1E 44 7 21 53 3D
Octal 356 246 113 0 36 104 7 41 123 75
Binary 11101110 10100110 1001011 0 11110 1000100 111 100001 1010011 111101

Color Harmonies of #EEA64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA64B

Black with #EEA64B

Text Example


Text Example

White with #EEA64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA64B; }

 p { color: rgb(238,166,75); }

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

background-color css

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

 a { background-color: rgb(238,166,75); }

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

border-color css

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

 span { border-color: rgb(238,166,75); }

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