Html Css Color HEX #EB893D California

📋 copy color: '#EB893D'

red 235 ◦ green 137 ◦ blue 61

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

Shades of California #EB893D

Tints of California #EB893D

RGB

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

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

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

R = 54.27%
G = 31.64%
B = 14.09%

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

#EB893D (or 0xEB893D) is known color: California. HEX triplet: EB, 89 and 3D. RGB value is (235,137,61). Sum of RGB (Red+Green+Blue) = 235+137+61=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EB893D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB893D is #1476C2. Grayscale: #9E9E9E. Windows color (decimal): -1341123 or 4033003. OLE color: 4033003.

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

Color convert

RGB 235 137 61 -
CMYK 0 0.42 0.74 0.08
HSL 26.21º 0.81% 0.58% -
HSV(B) 26.21º 0.74% 0.92% -
XYZ 44.05 35.89 9.02 -
YUV 157.64 73.47 183.18 -
System Red Green Blue C M Y K H S L
Decimal 235 137 61 0 0.42 0.74 0.08 26.21 0.81 0.58
Hex EB 89 3D 0 2A 4A 8 1A 51 3A
Octal 353 211 75 0 52 112 10 32 121 72
Binary 11101011 10001001 111101 0 101010 1001010 1000 11010 1010001 111010

Color Harmonies of #EB893D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB893D

Black with #EB893D

Text Example


Text Example

White with #EB893D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB893D; }

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

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

background-color css

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

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

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

border-color css

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

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

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