Html Css Color HEX #ED902B Carrot Orange

📋 copy color: '#ED902B'

red 237 ◦ green 144 ◦ blue 43

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

Shades of Carrot Orange #ED902B

Tints of Carrot Orange #ED902B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.96%

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

R = 55.9%
G = 33.96%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED902B (or 0xED902B) is known color: Carrot Orange. HEX triplet: ED, 90 and 2B. RGB value is (237,144,43). Sum of RGB (Red+Green+Blue) = 237+144+43=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED902B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED902B is #126FD4. Grayscale: #A0A0A0. Windows color (decimal): -1208277 or 2855149. OLE color: 2855149.

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

Color convert

RGB 237 144 43 -
CMYK 0 0.39 0.82 0.07
HSL 31.24º 0.84% 0.55% -
HSV(B) 31.24º 0.82% 0.93% -
XYZ 45.33 38.13 7.26 -
YUV 160.29 61.81 182.71 -
System Red Green Blue C M Y K H S L
Decimal 237 144 43 0 0.39 0.82 0.07 31.24 0.84 0.55
Hex ED 90 2B 0 27 52 7 1F 54 37
Octal 355 220 53 0 47 122 7 37 124 67
Binary 11101101 10010000 101011 0 100111 1010010 111 11111 1010100 110111

Color Harmonies of #ED902B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED902B

Black with #ED902B

Text Example


Text Example

White with #ED902B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED902B; }

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

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

background-color css

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

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

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

border-color css

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

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

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