Html Css Color HEX #EF9528 Carrot Orange

📋 copy color: '#EF9528'

red 239 ◦ green 149 ◦ blue 40

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

Shades of Carrot Orange #EF9528

Tints of Carrot Orange #EF9528

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.81%

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

R = 55.84%
G = 34.81%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF9528 (or 0xEF9528) is known color: Carrot Orange. HEX triplet: EF, 95 and 28. RGB value is (239,149,40). Sum of RGB (Red+Green+Blue) = 239+149+40=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 40 (16.02% from 255 or 9.35% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9528 is #106AD7. Grayscale: #A4A4A4. Windows color (decimal): -1075928 or 2659823. OLE color: 2659823.

HSL color Cylindrical-coordinate representation of color #EF9528: hue angle of 32.86º 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 #EF9528 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 149 40 -
CMYK 0 0.38 0.83 0.06
HSL 32.86º 0.86% 0.55% -
HSV(B) 32.86º 0.83% 0.94% -
XYZ 46.73 40 7.27 -
YUV 163.48 58.32 181.86 -
System Red Green Blue C M Y K H S L
Decimal 239 149 40 0 0.38 0.83 0.06 32.86 0.86 0.55
Hex EF 95 28 0 26 53 6 21 56 37
Octal 357 225 50 0 46 123 6 41 126 67
Binary 11101111 10010101 101000 0 100110 1010011 110 100001 1010110 110111

Color Harmonies of #EF9528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9528

Black with #EF9528

Text Example


Text Example

White with #EF9528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9528; }

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

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

background-color css

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

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

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

border-color css

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

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

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