Html Css Color HEX #EEA84A Casablanca

📋 copy color: '#EEA84A'

red 238 ◦ green 168 ◦ blue 74

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

Shades of Casablanca #EEA84A

Tints of Casablanca #EEA84A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35%

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

R = 49.58%
G = 35%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EEA84A (or 0xEEA84A) is known color: Casablanca. HEX triplet: EE, A8 and 4A. RGB value is (238,168,74). Sum of RGB (Red+Green+Blue) = 238+168+74=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA84A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA84A is #1157B5. Grayscale: #B2B2B2. Windows color (decimal): -1136566 or 4892910. OLE color: 4892910.

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

Color convert

RGB 238 168 74 -
CMYK 0 0.29 0.69 0.07
HSL 34.39º 0.83% 0.61% -
HSV(B) 34.39º 0.69% 0.93% -
XYZ 50.5 46.68 12.83 -
YUV 178.21 69.19 170.64 -
System Red Green Blue C M Y K H S L
Decimal 238 168 74 0 0.29 0.69 0.07 34.39 0.83 0.61
Hex EE A8 4A 0 1D 45 7 22 53 3D
Octal 356 250 112 0 35 105 7 42 123 75
Binary 11101110 10101000 1001010 0 11101 1000101 111 100010 1010011 111101

Color Harmonies of #EEA84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA84A

Black with #EEA84A

Text Example


Text Example

White with #EEA84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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