Html Css Color HEX #E9A42A Yellow Sea

📋 copy color: '#E9A42A'

red 233 ◦ green 164 ◦ blue 42

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

Shades of Yellow Sea #E9A42A

Tints of Yellow Sea #E9A42A

RGB

 RED value IS 233 (91.41% from 255) = 53.08%

 GREEN value IS 164 (64.45% from 255) = 37.36%

 BLUE value IS 42 (16.8% from 255) = 9.57%

R = 53.08%
G = 37.36%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E9A42A (or 0xE9A42A) is known color: Yellow Sea. HEX triplet: E9, A4 and 2A. RGB value is (233,164,42). Sum of RGB (Red+Green+Blue) = 233+164+42=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 42 (16.80% from 255 or 9.57% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A42A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A42A is #165BD5. Grayscale: #ABABAB. Windows color (decimal): -1465302 or 2794729. OLE color: 2794729.

HSL color Cylindrical-coordinate representation of color #E9A42A: hue angle of 38.32º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E9A42A is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 164 42 -
CMYK 0 0.30 0.82 0.09
HSL 38.32º 0.81% 0.54% -
HSV(B) 38.32º 0.82% 0.91% -
XYZ 47.3 44.04 8.2 -
YUV 170.72 55.36 172.42 -
System Red Green Blue C M Y K H S L
Decimal 233 164 42 0 0.30 0.82 0.09 38.32 0.81 0.54
Hex E9 A4 2A 0 1E 52 9 26 51 36
Octal 351 244 52 0 36 122 11 46 121 66
Binary 11101001 10100100 101010 0 11110 1010010 1001 100110 1010001 110110

Color Harmonies of #E9A42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A42A

Black with #E9A42A

Text Example


Text Example

White with #E9A42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A42A; }

 p { color: rgb(233,164,42); }

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

background-color css

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

 a { background-color: rgb(233,164,42); }

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

border-color css

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

 span { border-color: rgb(233,164,42); }

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