Html Css Color HEX #EEA54D Casablanca

📋 copy color: '#EEA54D'

red 238 ◦ green 165 ◦ blue 77

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

Shades of Casablanca #EEA54D

Tints of Casablanca #EEA54D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.38%

 BLUE value IS 77 (30.47% from 255) = 16.04%

R = 49.58%
G = 34.38%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EEA54D (or 0xEEA54D) is known color: Casablanca. HEX triplet: EE, A5 and 4D. RGB value is (238,165,77). Sum of RGB (Red+Green+Blue) = 238+165+77=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA54D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA54D is #115AB2. Grayscale: #B1B1B1. Windows color (decimal): -1137331 or 5088750. OLE color: 5088750.

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

Color convert

RGB 238 165 77 -
CMYK 0 0.31 0.68 0.07
HSL 32.8º 0.83% 0.62% -
HSV(B) 32.8º 0.68% 0.93% -
XYZ 50.05 45.62 13.19 -
YUV 176.8 71.68 171.66 -
System Red Green Blue C M Y K H S L
Decimal 238 165 77 0 0.31 0.68 0.07 32.8 0.83 0.62
Hex EE A5 4D 0 1F 44 7 21 53 3E
Octal 356 245 115 0 37 104 7 41 123 76
Binary 11101110 10100101 1001101 0 11111 1000100 111 100001 1010011 111110

Color Harmonies of #EEA54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA54D

Black with #EEA54D

Text Example


Text Example

White with #EEA54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA54D; }

 p { color: rgb(238,165,77); }

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

background-color css

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

 a { background-color: rgb(238,165,77); }

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

border-color css

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

 span { border-color: rgb(238,165,77); }

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