Html Css Color HEX #EB873D California

📋 copy color: '#EB873D'

red 235 ◦ green 135 ◦ blue 61

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

Shades of California #EB873D

Tints of California #EB873D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.32%

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

R = 54.52%
G = 31.32%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB873D (or 0xEB873D) is known color: California. HEX triplet: EB, 87 and 3D. RGB value is (235,135,61). Sum of RGB (Red+Green+Blue) = 235+135+61=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB873D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB873D is #1478C2. Grayscale: #9C9C9C. Windows color (decimal): -1341635 or 4032491. OLE color: 4032491.

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

Color convert

RGB 235 135 61 -
CMYK 0 0.43 0.74 0.08
HSL 25.52º 0.81% 0.58% -
HSV(B) 25.52º 0.74% 0.92% -
XYZ 43.77 35.33 8.93 -
YUV 156.46 74.13 184.02 -
System Red Green Blue C M Y K H S L
Decimal 235 135 61 0 0.43 0.74 0.08 25.52 0.81 0.58
Hex EB 87 3D 0 2B 4A 8 1A 51 3A
Octal 353 207 75 0 53 112 10 32 121 72
Binary 11101011 10000111 111101 0 101011 1001010 1000 11010 1010001 111010

Color Harmonies of #EB873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB873D

Black with #EB873D

Text Example


Text Example

White with #EB873D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB873D; }

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

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

background-color css

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

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

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

border-color css

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

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

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