Html Css Color HEX #EE962E Yellow Sea

📋 copy color: '#EE962E'

red 238 ◦ green 150 ◦ blue 46

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

Shades of Yellow Sea #EE962E

Tints of Yellow Sea #EE962E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.56%

 BLUE value IS 46 (18.36% from 255) = 10.6%

R = 54.84%
G = 34.56%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE962E (or 0xEE962E) is known color: Yellow Sea. HEX triplet: EE, 96 and 2E. RGB value is (238,150,46). Sum of RGB (Red+Green+Blue) = 238+150+46=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE962E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE962E is #1169D1. Grayscale: #A4A4A4. Windows color (decimal): -1141202 or 3053294. OLE color: 3053294.

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

Color convert

RGB 238 150 46 -
CMYK 0 0.37 0.81 0.07
HSL 32.5º 0.85% 0.56% -
HSV(B) 32.5º 0.81% 0.93% -
XYZ 46.66 40.19 7.88 -
YUV 164.46 61.15 180.46 -
System Red Green Blue C M Y K H S L
Decimal 238 150 46 0 0.37 0.81 0.07 32.5 0.85 0.56
Hex EE 96 2E 0 25 51 7 20 55 38
Octal 356 226 56 0 45 121 7 40 125 70
Binary 11101110 10010110 101110 0 100101 1010001 111 100000 1010101 111000

Color Harmonies of #EE962E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE962E

Black with #EE962E

Text Example


Text Example

White with #EE962E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE962E; }

 p { color: rgb(238,150,46); }

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

background-color css

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

 a { background-color: rgb(238,150,46); }

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

border-color css

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

 span { border-color: rgb(238,150,46); }

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