Html Css Color HEX #EB883C California

📋 copy color: '#EB883C'

red 235 ◦ green 136 ◦ blue 60

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

Shades of California #EB883C

Tints of California #EB883C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.55%

 BLUE value IS 60 (23.83% from 255) = 13.92%

R = 54.52%
G = 31.55%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB883C (or 0xEB883C) is known color: California. HEX triplet: EB, 88 and 3C. RGB value is (235,136,60). Sum of RGB (Red+Green+Blue) = 235+136+60=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 60 (23.83% from 255 or 13.92% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB883C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB883C is #1477C3. Grayscale: #9D9D9D. Windows color (decimal): -1341380 or 3967211. OLE color: 3967211.

HSL color Cylindrical-coordinate representation of color #EB883C: hue angle of 26.06º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB883C is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 136 60 -
CMYK 0 0.42 0.74 0.08
HSL 26.06º 0.81% 0.58% -
HSV(B) 26.06º 0.74% 0.92% -
XYZ 43.88 35.6 8.83 -
YUV 156.94 73.3 183.68 -
System Red Green Blue C M Y K H S L
Decimal 235 136 60 0 0.42 0.74 0.08 26.06 0.81 0.58
Hex EB 88 3C 0 2A 4A 8 1A 51 3A
Octal 353 210 74 0 52 112 10 32 121 72
Binary 11101011 10001000 111100 0 101010 1001010 1000 11010 1010001 111010

Color Harmonies of #EB883C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB883C

Black with #EB883C

Text Example


Text Example

White with #EB883C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB883C; }

 p { color: rgb(235,136,60); }

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

background-color css

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

 a { background-color: rgb(235,136,60); }

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

border-color css

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

 span { border-color: rgb(235,136,60); }

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