Html Css Color HEX #EF733D Jaffa

📋 copy color: '#EF733D'

red 239 ◦ green 115 ◦ blue 61

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

Shades of Jaffa #EF733D

Tints of Jaffa #EF733D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.71%

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

R = 57.59%
G = 27.71%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF733D (or 0xEF733D) is known color: Jaffa. HEX triplet: EF, 73 and 3D. RGB value is (239,115,61). Sum of RGB (Red+Green+Blue) = 239+115+61=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF733D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF733D is #108CC2. Grayscale: #929292. Windows color (decimal): -1084611 or 4027375. OLE color: 4027375.

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

Color convert

RGB 239 115 61 -
CMYK 0 0.52 0.74 0.06
HSL 18.2º 0.85% 0.59% -
HSV(B) 18.2º 0.74% 0.94% -
XYZ 42.57 30.95 8.14 -
YUV 145.92 80.08 194.39 -
System Red Green Blue C M Y K H S L
Decimal 239 115 61 0 0.52 0.74 0.06 18.2 0.85 0.59
Hex EF 73 3D 0 34 4A 6 12 55 3B
Octal 357 163 75 0 64 112 6 22 125 73
Binary 11101111 1110011 111101 0 110100 1001010 110 10010 1010101 111011

Color Harmonies of #EF733D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF733D

Black with #EF733D

Text Example


Text Example

White with #EF733D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF733D; }

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

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

background-color css

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

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

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

border-color css

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

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

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