Html Css Color HEX #EF5028 Cinnabar

📋 copy color: '#EF5028'

red 239 ◦ green 80 ◦ blue 40

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

Shades of Cinnabar #EF5028

Tints of Cinnabar #EF5028

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.28%

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

R = 66.57%
G = 22.28%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF5028 (or 0xEF5028) is known color: Cinnabar. HEX triplet: EF, 50 and 28. RGB value is (239,80,40). Sum of RGB (Red+Green+Blue) = 239+80+40=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5028 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5028 is #10AFD7. Grayscale: #7B7B7B. Windows color (decimal): -1093592 or 2642159. OLE color: 2642159.

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

Color convert

RGB 239 80 40 -
CMYK 0 0.67 0.83 0.06
HSL 12.06º 0.86% 0.55% -
HSV(B) 12.06º 0.83% 0.94% -
XYZ 38.85 24.24 4.64 -
YUV 122.98 81.18 210.75 -
System Red Green Blue C M Y K H S L
Decimal 239 80 40 0 0.67 0.83 0.06 12.06 0.86 0.55
Hex EF 50 28 0 43 53 6 C 56 37
Octal 357 120 50 0 103 123 6 14 126 67
Binary 11101111 1010000 101000 0 1000011 1010011 110 1100 1010110 110111

Color Harmonies of #EF5028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5028

Black with #EF5028

Text Example


Text Example

White with #EF5028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5028; }

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

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

background-color css

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

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

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

border-color css

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

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

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