Html Css Color HEX #EF8528 Carrot Orange

📋 copy color: '#EF8528'

red 239 ◦ green 133 ◦ blue 40

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

Shades of Carrot Orange #EF8528

Tints of Carrot Orange #EF8528

RGB

 RED value IS 239 (93.75% from 255) = 58.01%

 GREEN value IS 133 (52.34% from 255) = 32.28%

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

R = 58.01%
G = 32.28%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF8528 (or 0xEF8528) is known color: Carrot Orange. HEX triplet: EF, 85 and 28. RGB value is (239,133,40). Sum of RGB (Red+Green+Blue) = 239+133+40=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 40 (16.02% from 255 or 9.71% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8528 is #107AD7. Grayscale: #9A9A9A. Windows color (decimal): -1080024 or 2655727. OLE color: 2655727.

HSL color Cylindrical-coordinate representation of color #EF8528: hue angle of 28.04º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF8528 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 133 40 -
CMYK 0 0.44 0.83 0.06
HSL 28.04º 0.86% 0.55% -
HSV(B) 28.04º 0.83% 0.94% -
XYZ 44.37 35.28 6.48 -
YUV 154.09 63.62 188.56 -
System Red Green Blue C M Y K H S L
Decimal 239 133 40 0 0.44 0.83 0.06 28.04 0.86 0.55
Hex EF 85 28 0 2C 53 6 1C 56 37
Octal 357 205 50 0 54 123 6 34 126 67
Binary 11101111 10000101 101000 0 101100 1010011 110 11100 1010110 110111

Color Harmonies of #EF8528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8528

Black with #EF8528

Text Example


Text Example

White with #EF8528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8528; }

 p { color: rgb(239,133,40); }

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

background-color css

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

 a { background-color: rgb(239,133,40); }

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

border-color css

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

 span { border-color: rgb(239,133,40); }

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