Html Css Color HEX #ED971A Carrot Orange

📋 copy color: '#ED971A'

red 237 ◦ green 151 ◦ blue 26

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

Shades of Carrot Orange #ED971A

Tints of Carrot Orange #ED971A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.47%

 BLUE value IS 26 (10.55% from 255) = 6.28%

R = 57.25%
G = 36.47%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED971A (or 0xED971A) is known color: Carrot Orange. HEX triplet: ED, 97 and 1A. RGB value is (237,151,26). Sum of RGB (Red+Green+Blue) = 237+151+26=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 26 (10.55% from 255 or 6.28% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #ED971A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED971A is #1268E5. Grayscale: #A3A3A3. Windows color (decimal): -1206502 or 1742829. OLE color: 1742829.

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

Color convert

RGB 237 151 26 -
CMYK 0 0.36 0.89 0.07
HSL 35.55º 0.85% 0.52% -
HSV(B) 35.55º 0.89% 0.93% -
XYZ 46.18 40.21 6.31 -
YUV 162.46 50.99 181.16 -
System Red Green Blue C M Y K H S L
Decimal 237 151 26 0 0.36 0.89 0.07 35.55 0.85 0.52
Hex ED 97 1A 0 24 59 7 24 55 34
Octal 355 227 32 0 44 131 7 44 125 64
Binary 11101101 10010111 11010 0 100100 1011001 111 100100 1010101 110100

Color Harmonies of #ED971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED971A

Black with #ED971A

Text Example


Text Example

White with #ED971A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED971A; }

 p { color: rgb(237,151,26); }

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

background-color css

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

 a { background-color: rgb(237,151,26); }

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

border-color css

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

 span { border-color: rgb(237,151,26); }

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