Html Css Color HEX #ED8C2B Carrot Orange

📋 copy color: '#ED8C2B'

red 237 ◦ green 140 ◦ blue 43

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

Shades of Carrot Orange #ED8C2B

Tints of Carrot Orange #ED8C2B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.33%

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

R = 56.43%
G = 33.33%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED8C2B (or 0xED8C2B) is known color: Carrot Orange. HEX triplet: ED, 8C and 2B. RGB value is (237,140,43). Sum of RGB (Red+Green+Blue) = 237+140+43=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 43 (17.19% from 255 or 10.24% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8C2B is #1273D4. Grayscale: #9E9E9E. Windows color (decimal): -1209301 or 2854125. OLE color: 2854125.

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

Color convert

RGB 237 140 43 -
CMYK 0 0.41 0.82 0.07
HSL 30º 0.84% 0.55% -
HSV(B) 30º 0.82% 0.93% -
XYZ 44.74 36.94 7.06 -
YUV 157.95 63.14 184.39 -
System Red Green Blue C M Y K H S L
Decimal 237 140 43 0 0.41 0.82 0.07 30 0.84 0.55
Hex ED 8C 2B 0 29 52 7 1E 54 37
Octal 355 214 53 0 51 122 7 36 124 67
Binary 11101101 10001100 101011 0 101001 1010010 111 11110 1010100 110111

Color Harmonies of #ED8C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8C2B

Black with #ED8C2B

Text Example


Text Example

White with #ED8C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8C2B; }

 p { color: rgb(237,140,43); }

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

background-color css

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

 a { background-color: rgb(237,140,43); }

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

border-color css

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

 span { border-color: rgb(237,140,43); }

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