Html Css Color HEX #EE763F Jaffa

📋 copy color: '#EE763F'

red 238 ◦ green 118 ◦ blue 63

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

Shades of Jaffa #EE763F

Tints of Jaffa #EE763F

RGB

 RED value IS 238 (93.36% from 255) = 56.8%

 GREEN value IS 118 (46.48% from 255) = 28.16%

 BLUE value IS 63 (25% from 255) = 15.04%

R = 56.8%
G = 28.16%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE763F (or 0xEE763F) is known color: Jaffa. HEX triplet: EE, 76 and 3F. RGB value is (238,118,63). Sum of RGB (Red+Green+Blue) = 238+118+63=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE763F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE763F is #1189C0. Grayscale: #939393. Windows color (decimal): -1149377 or 4159214. OLE color: 4159214.

HSL color Cylindrical-coordinate representation of color #EE763F: hue angle of 18.86º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE763F is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 118 63 -
CMYK 0 0.50 0.74 0.07
HSL 18.86º 0.84% 0.59% -
HSV(B) 18.86º 0.74% 0.93% -
XYZ 42.64 31.49 8.53 -
YUV 147.61 80.26 192.47 -
System Red Green Blue C M Y K H S L
Decimal 238 118 63 0 0.50 0.74 0.07 18.86 0.84 0.59
Hex EE 76 3F 0 32 4A 7 13 54 3B
Octal 356 166 77 0 62 112 7 23 124 73
Binary 11101110 1110110 111111 0 110010 1001010 111 10011 1010100 111011

Color Harmonies of #EE763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE763F

Black with #EE763F

Text Example


Text Example

White with #EE763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE763F; }

 p { color: rgb(238,118,63); }

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

background-color css

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

 a { background-color: rgb(238,118,63); }

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

border-color css

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

 span { border-color: rgb(238,118,63); }

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