Html Css Color HEX #ED981D Carrot Orange

📋 copy color: '#ED981D'

red 237 ◦ green 152 ◦ blue 29

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

Shades of Carrot Orange #ED981D

Tints of Carrot Orange #ED981D

RGB

 RED value IS 237 (92.97% from 255) = 56.7%

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

 BLUE value IS 29 (11.72% from 255) = 6.94%

R = 56.7%
G = 36.36%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED981D (or 0xED981D) is known color: Carrot Orange. HEX triplet: ED, 98 and 1D. RGB value is (237,152,29). Sum of RGB (Red+Green+Blue) = 237+152+29=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 29 (11.72% from 255 or 6.94% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED981D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED981D is #1267E2. Grayscale: #A3A3A3. Windows color (decimal): -1206243 or 1939693. OLE color: 1939693.

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

Color convert

RGB 237 152 29 -
CMYK 0 0.36 0.88 0.07
HSL 35.48º 0.85% 0.52% -
HSV(B) 35.48º 0.88% 0.93% -
XYZ 46.38 40.55 6.55 -
YUV 163.39 52.16 180.5 -
System Red Green Blue C M Y K H S L
Decimal 237 152 29 0 0.36 0.88 0.07 35.48 0.85 0.52
Hex ED 98 1D 0 24 58 7 23 55 34
Octal 355 230 35 0 44 130 7 43 125 64
Binary 11101101 10011000 11101 0 100100 1011000 111 100011 1010101 110100

Color Harmonies of #ED981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED981D

Black with #ED981D

Text Example


Text Example

White with #ED981D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED981D; }

 p { color: rgb(237,152,29); }

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

background-color css

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

 a { background-color: rgb(237,152,29); }

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

border-color css

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

 span { border-color: rgb(237,152,29); }

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