Html Css Color HEX #EEB24A Casablanca

📋 copy color: '#EEB24A'

red 238 ◦ green 178 ◦ blue 74

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

Shades of Casablanca #EEB24A

Tints of Casablanca #EEB24A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.33%

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

R = 48.57%
G = 36.33%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EEB24A (or 0xEEB24A) is known color: Casablanca. HEX triplet: EE, B2 and 4A. RGB value is (238,178,74). Sum of RGB (Red+Green+Blue) = 238+178+74=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB24A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB24A is #114DB5. Grayscale: #B8B8B8. Windows color (decimal): -1134006 or 4895470. OLE color: 4895470.

HSL color Cylindrical-coordinate representation of color #EEB24A: hue angle of 38.05º 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 #EEB24A is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 178 74 -
CMYK 0 0.25 0.69 0.07
HSL 38.05º 0.83% 0.61% -
HSV(B) 38.05º 0.69% 0.93% -
XYZ 52.42 50.51 13.47 -
YUV 184.08 65.88 166.46 -
System Red Green Blue C M Y K H S L
Decimal 238 178 74 0 0.25 0.69 0.07 38.05 0.83 0.61
Hex EE B2 4A 0 19 45 7 26 53 3D
Octal 356 262 112 0 31 105 7 46 123 75
Binary 11101110 10110010 1001010 0 11001 1000101 111 100110 1010011 111101

Color Harmonies of #EEB24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB24A

Black with #EEB24A

Text Example


Text Example

White with #EEB24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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