Html Css Color HEX #EC982B Carrot Orange

📋 copy color: '#EC982B'

red 236 ◦ green 152 ◦ blue 43

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

Shades of Carrot Orange #EC982B

Tints of Carrot Orange #EC982B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.98%

R = 54.76%
G = 35.27%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC982B (or 0xEC982B) is known color: Carrot Orange. HEX triplet: EC, 98 and 2B. RGB value is (236,152,43). Sum of RGB (Red+Green+Blue) = 236+152+43=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC982B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC982B is #1367D4. Grayscale: #A5A5A5. Windows color (decimal): -1271765 or 2857196. OLE color: 2857196.

HSL color Cylindrical-coordinate representation of color #EC982B: hue angle of 33.89º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC982B is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 152 43 -
CMYK 0 0.36 0.82 0.07
HSL 33.89º 0.84% 0.55% -
HSV(B) 33.89º 0.82% 0.93% -
XYZ 46.26 40.46 7.66 -
YUV 164.69 59.33 178.86 -
System Red Green Blue C M Y K H S L
Decimal 236 152 43 0 0.36 0.82 0.07 33.89 0.84 0.55
Hex EC 98 2B 0 24 52 7 22 54 37
Octal 354 230 53 0 44 122 7 42 124 67
Binary 11101100 10011000 101011 0 100100 1010010 111 100010 1010100 110111

Color Harmonies of #EC982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC982B

Black with #EC982B

Text Example


Text Example

White with #EC982B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC982B; }

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

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

background-color css

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

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

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

border-color css

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

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

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