Html Css Color HEX #EEA540 Yellow Sea

📋 copy color: '#EEA540'

red 238 ◦ green 165 ◦ blue 64

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

Shades of Yellow Sea #EEA540

Tints of Yellow Sea #EEA540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.7%

R = 50.96%
G = 35.33%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EEA540 (or 0xEEA540) is known color: Yellow Sea. HEX triplet: EE, A5 and 40. RGB value is (238,165,64). Sum of RGB (Red+Green+Blue) = 238+165+64=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA540 is #115ABF. Grayscale: #AFAFAF. Windows color (decimal): -1137344 or 4236782. OLE color: 4236782.

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

Color convert

RGB 238 165 64 -
CMYK 0 0.31 0.73 0.07
HSL 34.83º 0.84% 0.59% -
HSV(B) 34.83º 0.73% 0.93% -
XYZ 49.64 45.46 11.01 -
YUV 175.31 65.18 172.71 -
System Red Green Blue C M Y K H S L
Decimal 238 165 64 0 0.31 0.73 0.07 34.83 0.84 0.59
Hex EE A5 40 0 1F 49 7 23 54 3B
Octal 356 245 100 0 37 111 7 43 124 73
Binary 11101110 10100101 1000000 0 11111 1001001 111 100011 1010100 111011

Color Harmonies of #EEA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA540

Black with #EEA540

Text Example


Text Example

White with #EEA540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA540; }

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

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

background-color css

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

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

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

border-color css

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

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

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