Html Css Color HEX #EB883E California

📋 copy color: '#EB883E'

red 235 ◦ green 136 ◦ blue 62

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

Shades of California #EB883E

Tints of California #EB883E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.32%

R = 54.27%
G = 31.41%
B = 14.32%

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

#EB883E (or 0xEB883E) is known color: California. HEX triplet: EB, 88 and 3E. RGB value is (235,136,62). Sum of RGB (Red+Green+Blue) = 235+136+62=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EB883E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB883E is #1477C1. Grayscale: #9D9D9D. Windows color (decimal): -1341378 or 4098283. OLE color: 4098283.

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

Color convert

RGB 235 136 62 -
CMYK 0 0.42 0.74 0.08
HSL 25.66º 0.81% 0.58% -
HSV(B) 25.66º 0.74% 0.92% -
XYZ 43.93 35.62 9.12 -
YUV 157.17 74.3 183.52 -
System Red Green Blue C M Y K H S L
Decimal 235 136 62 0 0.42 0.74 0.08 25.66 0.81 0.58
Hex EB 88 3E 0 2A 4A 8 1A 51 3A
Octal 353 210 76 0 52 112 10 32 121 72
Binary 11101011 10001000 111110 0 101010 1001010 1000 11010 1010001 111010

Color Harmonies of #EB883E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB883E

Black with #EB883E

Text Example


Text Example

White with #EB883E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB883E; }

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

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

background-color css

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

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

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

border-color css

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

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

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