Html Css Color HEX #EB7B4A Jaffa

📋 copy color: '#EB7B4A'

red 235 ◦ green 123 ◦ blue 74

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

Shades of Jaffa #EB7B4A

Tints of Jaffa #EB7B4A

RGB

 RED value IS 235 (92.19% from 255) = 54.4%

 GREEN value IS 123 (48.44% from 255) = 28.47%

 BLUE value IS 74 (29.3% from 255) = 17.13%

R = 54.4%
G = 28.47%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB7B4A (or 0xEB7B4A) is known color: Jaffa. HEX triplet: EB, 7B and 4A. RGB value is (235,123,74). Sum of RGB (Red+Green+Blue) = 235+123+74=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7B4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7B4A is #1484B5. Grayscale: #979797. Windows color (decimal): -1344694 or 4881387. OLE color: 4881387.

HSL color Cylindrical-coordinate representation of color #EB7B4A: hue angle of 18.26º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB7B4A is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 123 74 -
CMYK 0 0.48 0.69 0.08
HSL 18.26º 0.8% 0.61% -
HSV(B) 18.26º 0.69% 0.92% -
XYZ 42.58 32.32 10.47 -
YUV 150.9 84.61 187.98 -
System Red Green Blue C M Y K H S L
Decimal 235 123 74 0 0.48 0.69 0.08 18.26 0.8 0.61
Hex EB 7B 4A 0 30 45 8 12 50 3D
Octal 353 173 112 0 60 105 10 22 120 75
Binary 11101011 1111011 1001010 0 110000 1000101 1000 10010 1010000 111101

Color Harmonies of #EB7B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7B4A

Black with #EB7B4A

Text Example


Text Example

White with #EB7B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7B4A; }

 p { color: rgb(235,123,74); }

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

background-color css

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

 a { background-color: rgb(235,123,74); }

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

border-color css

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

 span { border-color: rgb(235,123,74); }

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