Html Css Color HEX #ED9728 Carrot Orange

📋 copy color: '#ED9728'

red 237 ◦ green 151 ◦ blue 40

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

Shades of Carrot Orange #ED9728

Tints of Carrot Orange #ED9728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.35%

R = 55.37%
G = 35.28%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ED9728 (or 0xED9728) is known color: Carrot Orange. HEX triplet: ED, 97 and 28. RGB value is (237,151,40). Sum of RGB (Red+Green+Blue) = 237+151+40=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 40 (16.02% from 255 or 9.35% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9728 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9728 is #1268D7. Grayscale: #A4A4A4. Windows color (decimal): -1206488 or 2660333. OLE color: 2660333.

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

Color convert

RGB 237 151 40 -
CMYK 0 0.36 0.83 0.07
HSL 33.81º 0.85% 0.54% -
HSV(B) 33.81º 0.83% 0.93% -
XYZ 46.37 40.29 7.34 -
YUV 164.06 57.99 180.03 -
System Red Green Blue C M Y K H S L
Decimal 237 151 40 0 0.36 0.83 0.07 33.81 0.85 0.54
Hex ED 97 28 0 24 53 7 22 55 36
Octal 355 227 50 0 44 123 7 42 125 66
Binary 11101101 10010111 101000 0 100100 1010011 111 100010 1010101 110110

Color Harmonies of #ED9728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9728

Black with #ED9728

Text Example


Text Example

White with #ED9728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9728; }

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

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

background-color css

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

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

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

border-color css

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

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

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