Html Css Color HEX #EEA12D Yellow Sea

📋 copy color: '#EEA12D'

red 238 ◦ green 161 ◦ blue 45

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

Shades of Yellow Sea #EEA12D

Tints of Yellow Sea #EEA12D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.26%

 BLUE value IS 45 (17.97% from 255) = 10.14%

R = 53.6%
G = 36.26%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EEA12D (or 0xEEA12D) is known color: Yellow Sea. HEX triplet: EE, A1 and 2D. RGB value is (238,161,45). Sum of RGB (Red+Green+Blue) = 238+161+45=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 45 (17.97% from 255 or 10.14% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA12D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA12D is #115ED2. Grayscale: #ABABAB. Windows color (decimal): -1138387 or 2990574. OLE color: 2990574.

HSL color Cylindrical-coordinate representation of color #EEA12D: hue angle of 36.06º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEA12D is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 161 45 -
CMYK 0 0.32 0.81 0.07
HSL 36.06º 0.85% 0.55% -
HSV(B) 36.06º 0.81% 0.93% -
XYZ 48.48 43.86 8.39 -
YUV 170.8 57.01 175.93 -
System Red Green Blue C M Y K H S L
Decimal 238 161 45 0 0.32 0.81 0.07 36.06 0.85 0.55
Hex EE A1 2D 0 20 51 7 24 55 37
Octal 356 241 55 0 40 121 7 44 125 67
Binary 11101110 10100001 101101 0 100000 1010001 111 100100 1010101 110111

Color Harmonies of #EEA12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA12D

Black with #EEA12D

Text Example


Text Example

White with #EEA12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA12D; }

 p { color: rgb(238,161,45); }

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

background-color css

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

 a { background-color: rgb(238,161,45); }

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

border-color css

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

 span { border-color: rgb(238,161,45); }

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