Html Css Color HEX #EC982E Yellow Sea

📋 copy color: '#EC982E'

red 236 ◦ green 152 ◦ blue 46

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

Shades of Yellow Sea #EC982E

Tints of Yellow Sea #EC982E

RGB

 RED value IS 236 (92.58% from 255) = 54.38%

 GREEN value IS 152 (59.77% from 255) = 35.02%

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

R = 54.38%
G = 35.02%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC982E (or 0xEC982E) is known color: Yellow Sea. HEX triplet: EC, 98 and 2E. RGB value is (236,152,46). Sum of RGB (Red+Green+Blue) = 236+152+46=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC982E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC982E is #1367D1. Grayscale: #A5A5A5. Windows color (decimal): -1271762 or 3053804. OLE color: 3053804.

HSL color Cylindrical-coordinate representation of color #EC982E: hue angle of 33.47º degrees, saturation: 0.83, 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 #EC982E is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 152 46 -
CMYK 0 0.36 0.81 0.07
HSL 33.47º 0.83% 0.55% -
HSV(B) 33.47º 0.81% 0.93% -
XYZ 46.31 40.49 7.96 -
YUV 165.03 60.83 178.62 -
System Red Green Blue C M Y K H S L
Decimal 236 152 46 0 0.36 0.81 0.07 33.47 0.83 0.55
Hex EC 98 2E 0 24 51 7 21 53 37
Octal 354 230 56 0 44 121 7 41 123 67
Binary 11101100 10011000 101110 0 100100 1010001 111 100001 1010011 110111

Color Harmonies of #EC982E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC982E

Black with #EC982E

Text Example


Text Example

White with #EC982E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC982E; }

 p { color: rgb(236,152,46); }

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

background-color css

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

 a { background-color: rgb(236,152,46); }

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

border-color css

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

 span { border-color: rgb(236,152,46); }

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