Html Css Color HEX #EEA342 Yellow Sea

📋 copy color: '#EEA342'

red 238 ◦ green 163 ◦ blue 66

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

Shades of Yellow Sea #EEA342

Tints of Yellow Sea #EEA342

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.9%

 BLUE value IS 66 (26.17% from 255) = 14.13%

R = 50.96%
G = 34.9%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EEA342 (or 0xEEA342) is known color: Yellow Sea. HEX triplet: EE, A3 and 42. RGB value is (238,163,66). Sum of RGB (Red+Green+Blue) = 238+163+66=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA342 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA342 is #115CBD. Grayscale: #AEAEAE. Windows color (decimal): -1137854 or 4367342. OLE color: 4367342.

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

Color convert

RGB 238 163 66 -
CMYK 0 0.32 0.72 0.07
HSL 33.84º 0.83% 0.6% -
HSV(B) 33.84º 0.72% 0.93% -
XYZ 49.34 44.76 11.19 -
YUV 174.37 66.85 173.39 -
System Red Green Blue C M Y K H S L
Decimal 238 163 66 0 0.32 0.72 0.07 33.84 0.83 0.6
Hex EE A3 42 0 20 48 7 22 53 3C
Octal 356 243 102 0 40 110 7 42 123 74
Binary 11101110 10100011 1000010 0 100000 1001000 111 100010 1010011 111100

Color Harmonies of #EEA342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA342

Black with #EEA342

Text Example


Text Example

White with #EEA342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA342; }

 p { color: rgb(238,163,66); }

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

background-color css

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

 a { background-color: rgb(238,163,66); }

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

border-color css

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

 span { border-color: rgb(238,163,66); }

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