Html Css Color HEX #EEB34B Casablanca

📋 copy color: '#EEB34B'

red 238 ◦ green 179 ◦ blue 75

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

Shades of Casablanca #EEB34B

Tints of Casablanca #EEB34B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.24%

R = 48.37%
G = 36.38%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EEB34B (or 0xEEB34B) is known color: Casablanca. HEX triplet: EE, B3 and 4B. RGB value is (238,179,75). Sum of RGB (Red+Green+Blue) = 238+179+75=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB34B is #114CB4. Grayscale: #B9B9B9. Windows color (decimal): -1133749 or 4961262. OLE color: 4961262.

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

Color convert

RGB 238 179 75 -
CMYK 0 0.25 0.68 0.07
HSL 38.28º 0.83% 0.61% -
HSV(B) 38.28º 0.68% 0.93% -
XYZ 52.65 50.93 13.71 -
YUV 184.79 66.05 165.96 -
System Red Green Blue C M Y K H S L
Decimal 238 179 75 0 0.25 0.68 0.07 38.28 0.83 0.61
Hex EE B3 4B 0 19 44 7 26 53 3D
Octal 356 263 113 0 31 104 7 46 123 75
Binary 11101110 10110011 1001011 0 11001 1000100 111 100110 1010011 111101

Color Harmonies of #EEB34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB34B

Black with #EEB34B

Text Example


Text Example

White with #EEB34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB34B; }

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

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

background-color css

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

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

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

border-color css

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

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

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