Html Css Color HEX #EF803D Pizazz

📋 copy color: '#EF803D'

red 239 ◦ green 128 ◦ blue 61

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

Shades of Pizazz #EF803D

Tints of Pizazz #EF803D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.91%

 BLUE value IS 61 (24.22% from 255) = 14.25%

R = 55.84%
G = 29.91%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF803D (or 0xEF803D) is known color: Pizazz. HEX triplet: EF, 80 and 3D. RGB value is (239,128,61). Sum of RGB (Red+Green+Blue) = 239+128+61=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF803D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF803D is #107FC2. Grayscale: #999999. Windows color (decimal): -1081283 or 4030703. OLE color: 4030703.

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

Color convert

RGB 239 128 61 -
CMYK 0 0.46 0.74 0.06
HSL 22.58º 0.85% 0.59% -
HSV(B) 22.58º 0.74% 0.94% -
XYZ 44.16 34.13 8.67 -
YUV 153.55 75.77 188.95 -
System Red Green Blue C M Y K H S L
Decimal 239 128 61 0 0.46 0.74 0.06 22.58 0.85 0.59
Hex EF 80 3D 0 2E 4A 6 17 55 3B
Octal 357 200 75 0 56 112 6 27 125 73
Binary 11101111 10000000 111101 0 101110 1001010 110 10111 1010101 111011

Color Harmonies of #EF803D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF803D

Black with #EF803D

Text Example


Text Example

White with #EF803D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF803D; }

 p { color: rgb(239,128,61); }

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

background-color css

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

 a { background-color: rgb(239,128,61); }

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

border-color css

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

 span { border-color: rgb(239,128,61); }

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