Html Css Color HEX #EF5023 Cinnabar

📋 copy color: '#EF5023'

red 239 ◦ green 80 ◦ blue 35

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

Shades of Cinnabar #EF5023

Tints of Cinnabar #EF5023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.89%

R = 67.51%
G = 22.6%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF5023 (or 0xEF5023) is known color: Cinnabar. HEX triplet: EF, 50 and 23. RGB value is (239,80,35). Sum of RGB (Red+Green+Blue) = 239+80+35=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 35 (14.06% from 255 or 9.89% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5023 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5023 is #10AFDC. Grayscale: #7A7A7A. Windows color (decimal): -1093597 or 2314479. OLE color: 2314479.

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

Color convert

RGB 239 80 35 -
CMYK 0 0.67 0.85 0.06
HSL 13.24º 0.86% 0.54% -
HSV(B) 13.24º 0.85% 0.94% -
XYZ 38.77 24.21 4.22 -
YUV 122.41 78.68 211.16 -
System Red Green Blue C M Y K H S L
Decimal 239 80 35 0 0.67 0.85 0.06 13.24 0.86 0.54
Hex EF 50 23 0 43 55 6 D 56 36
Octal 357 120 43 0 103 125 6 15 126 66
Binary 11101111 1010000 100011 0 1000011 1010101 110 1101 1010110 110110

Color Harmonies of #EF5023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5023

Black with #EF5023

Text Example


Text Example

White with #EF5023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5023; }

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

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

background-color css

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

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

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

border-color css

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

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

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