Html Css Color HEX #EEAD4B Casablanca

📋 copy color: '#EEAD4B'

red 238 ◦ green 173 ◦ blue 75

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

Shades of Casablanca #EEAD4B

Tints of Casablanca #EEAD4B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.6%

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

R = 48.97%
G = 35.6%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EEAD4B (or 0xEEAD4B) is known color: Casablanca. HEX triplet: EE, AD and 4B. RGB value is (238,173,75). Sum of RGB (Red+Green+Blue) = 238+173+75=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 75 (29.69% from 255 or 15.43% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAD4B is #1152B4. Grayscale: #B5B5B5. Windows color (decimal): -1135285 or 4959726. OLE color: 4959726.

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

Color convert

RGB 238 173 75 -
CMYK 0 0.27 0.68 0.07
HSL 36.07º 0.83% 0.61% -
HSV(B) 36.07º 0.68% 0.93% -
XYZ 51.47 48.57 13.32 -
YUV 181.26 68.03 168.47 -
System Red Green Blue C M Y K H S L
Decimal 238 173 75 0 0.27 0.68 0.07 36.07 0.83 0.61
Hex EE AD 4B 0 1B 44 7 24 53 3D
Octal 356 255 113 0 33 104 7 44 123 75
Binary 11101110 10101101 1001011 0 11011 1000100 111 100100 1010011 111101

Color Harmonies of #EEAD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAD4B

Black with #EEAD4B

Text Example


Text Example

White with #EEAD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAD4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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