Html Css Color HEX #EC992D Yellow Sea

📋 copy color: '#EC992D'

red 236 ◦ green 153 ◦ blue 45

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

Shades of Yellow Sea #EC992D

Tints of Yellow Sea #EC992D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.25%

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

R = 54.38%
G = 35.25%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC992D (or 0xEC992D) is known color: Yellow Sea. HEX triplet: EC, 99 and 2D. RGB value is (236,153,45). Sum of RGB (Red+Green+Blue) = 236+153+45=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC992D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC992D is #1366D2. Grayscale: #A6A6A6. Windows color (decimal): -1271507 or 2988524. OLE color: 2988524.

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

Color convert

RGB 236 153 45 -
CMYK 0 0.35 0.81 0.07
HSL 33.93º 0.83% 0.55% -
HSV(B) 33.93º 0.81% 0.93% -
XYZ 46.46 40.8 7.91 -
YUV 165.51 60 178.28 -
System Red Green Blue C M Y K H S L
Decimal 236 153 45 0 0.35 0.81 0.07 33.93 0.83 0.55
Hex EC 99 2D 0 23 51 7 22 53 37
Octal 354 231 55 0 43 121 7 42 123 67
Binary 11101100 10011001 101101 0 100011 1010001 111 100010 1010011 110111

Color Harmonies of #EC992D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC992D

Black with #EC992D

Text Example


Text Example

White with #EC992D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC992D; }

 p { color: rgb(236,153,45); }

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

background-color css

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

 a { background-color: rgb(236,153,45); }

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

border-color css

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

 span { border-color: rgb(236,153,45); }

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