Html Css Color HEX #EB893E California

📋 copy color: '#EB893E'

red 235 ◦ green 137 ◦ blue 62

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

Shades of California #EB893E

Tints of California #EB893E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.57%

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

R = 54.15%
G = 31.57%
B = 14.29%

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

#EB893E (or 0xEB893E) is known color: California. HEX triplet: EB, 89 and 3E. RGB value is (235,137,62). Sum of RGB (Red+Green+Blue) = 235+137+62=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 62 (24.61% from 255 or 14.29% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EB893E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB893E is #1476C1. Grayscale: #9E9E9E. Windows color (decimal): -1341122 or 4098539. OLE color: 4098539.

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

Color convert

RGB 235 137 62 -
CMYK 0 0.42 0.74 0.08
HSL 26.01º 0.81% 0.58% -
HSV(B) 26.01º 0.74% 0.92% -
XYZ 44.08 35.9 9.16 -
YUV 157.75 73.97 183.1 -
System Red Green Blue C M Y K H S L
Decimal 235 137 62 0 0.42 0.74 0.08 26.01 0.81 0.58
Hex EB 89 3E 0 2A 4A 8 1A 51 3A
Octal 353 211 76 0 52 112 10 32 121 72
Binary 11101011 10001001 111110 0 101010 1001010 1000 11010 1010001 111010

Color Harmonies of #EB893E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB893E

Black with #EB893E

Text Example


Text Example

White with #EB893E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB893E; }

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

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

background-color css

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

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

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

border-color css

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

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

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