Html Css Color HEX #EEB14A Casablanca

📋 copy color: '#EEB14A'

red 238 ◦ green 177 ◦ blue 74

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

Shades of Casablanca #EEB14A

Tints of Casablanca #EEB14A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.2%

 BLUE value IS 74 (29.3% from 255) = 15.13%

R = 48.67%
G = 36.2%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EEB14A (or 0xEEB14A) is known color: Casablanca. HEX triplet: EE, B1 and 4A. RGB value is (238,177,74). Sum of RGB (Red+Green+Blue) = 238+177+74=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB14A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB14A is #114EB5. Grayscale: #B7B7B7. Windows color (decimal): -1134262 or 4895214. OLE color: 4895214.

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

Color convert

RGB 238 177 74 -
CMYK 0 0.26 0.69 0.07
HSL 37.68º 0.83% 0.61% -
HSV(B) 37.68º 0.69% 0.93% -
XYZ 52.22 50.12 13.4 -
YUV 183.5 66.21 166.88 -
System Red Green Blue C M Y K H S L
Decimal 238 177 74 0 0.26 0.69 0.07 37.68 0.83 0.61
Hex EE B1 4A 0 1A 45 7 26 53 3D
Octal 356 261 112 0 32 105 7 46 123 75
Binary 11101110 10110001 1001010 0 11010 1000101 111 100110 1010011 111101

Color Harmonies of #EEB14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB14A

Black with #EEB14A

Text Example


Text Example

White with #EEB14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB14A; }

 p { color: rgb(238,177,74); }

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

background-color css

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

 a { background-color: rgb(238,177,74); }

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

border-color css

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

 span { border-color: rgb(238,177,74); }

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