Html Css Color HEX #EEB34A Casablanca

📋 copy color: '#EEB34A'

red 238 ◦ green 179 ◦ blue 74

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

Shades of Casablanca #EEB34A

Tints of Casablanca #EEB34A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.46%

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

R = 48.47%
G = 36.46%
B = 15.07%

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

#EEB34A (or 0xEEB34A) is known color: Casablanca. HEX triplet: EE, B3 and 4A. RGB value is (238,179,74). Sum of RGB (Red+Green+Blue) = 238+179+74=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB34A is #114CB5. Grayscale: #B9B9B9. Windows color (decimal): -1133750 or 4895726. OLE color: 4895726.

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

Color convert

RGB 238 179 74 -
CMYK 0 0.25 0.69 0.07
HSL 38.41º 0.83% 0.61% -
HSV(B) 38.41º 0.69% 0.93% -
XYZ 52.62 50.91 13.53 -
YUV 184.67 65.55 166.04 -
System Red Green Blue C M Y K H S L
Decimal 238 179 74 0 0.25 0.69 0.07 38.41 0.83 0.61
Hex EE B3 4A 0 19 45 7 26 53 3D
Octal 356 263 112 0 31 105 7 46 123 75
Binary 11101110 10110011 1001010 0 11001 1000101 111 100110 1010011 111101

Color Harmonies of #EEB34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB34A

Black with #EEB34A

Text Example


Text Example

White with #EEB34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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