Html Css Color HEX #EEB348 Casablanca

📋 copy color: '#EEB348'

red 238 ◦ green 179 ◦ blue 72

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

Shades of Casablanca #EEB348

Tints of Casablanca #EEB348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.72%

R = 48.67%
G = 36.61%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EEB348 (or 0xEEB348) is known color: Casablanca. HEX triplet: EE, B3 and 48. RGB value is (238,179,72). Sum of RGB (Red+Green+Blue) = 238+179+72=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB348 is #114CB7. Grayscale: #B8B8B8. Windows color (decimal): -1133752 or 4764654. OLE color: 4764654.

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

Color convert

RGB 238 179 72 -
CMYK 0 0.25 0.70 0.07
HSL 38.67º 0.83% 0.61% -
HSV(B) 38.67º 0.7% 0.93% -
XYZ 52.55 50.89 13.18 -
YUV 184.44 64.55 166.2 -
System Red Green Blue C M Y K H S L
Decimal 238 179 72 0 0.25 0.70 0.07 38.67 0.83 0.61
Hex EE B3 48 0 19 46 7 27 53 3D
Octal 356 263 110 0 31 106 7 47 123 75
Binary 11101110 10110011 1001000 0 11001 1000110 111 100111 1010011 111101

Color Harmonies of #EEB348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB348

Black with #EEB348

Text Example


Text Example

White with #EEB348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB348; }

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

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

background-color css

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

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

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

border-color css

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

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

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