Html Css Color HEX #EB873A California

📋 copy color: '#EB873A'

red 235 ◦ green 135 ◦ blue 58

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

Shades of California #EB873A

Tints of California #EB873A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.55%

R = 54.91%
G = 31.54%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB873A (or 0xEB873A) is known color: California. HEX triplet: EB, 87 and 3A. RGB value is (235,135,58). Sum of RGB (Red+Green+Blue) = 235+135+58=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB873A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB873A is #1478C5. Grayscale: #9C9C9C. Windows color (decimal): -1341638 or 3835883. OLE color: 3835883.

HSL color Cylindrical-coordinate representation of color #EB873A: hue angle of 26.1º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB873A is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 135 58 -
CMYK 0 0.43 0.75 0.08
HSL 26.1º 0.82% 0.57% -
HSV(B) 26.1º 0.75% 0.92% -
XYZ 43.69 35.3 8.51 -
YUV 156.12 72.63 184.26 -
System Red Green Blue C M Y K H S L
Decimal 235 135 58 0 0.43 0.75 0.08 26.1 0.82 0.57
Hex EB 87 3A 0 2B 4B 8 1A 52 39
Octal 353 207 72 0 53 113 10 32 122 71
Binary 11101011 10000111 111010 0 101011 1001011 1000 11010 1010010 111001

Color Harmonies of #EB873A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB873A

Black with #EB873A

Text Example


Text Example

White with #EB873A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB873A; }

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

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

background-color css

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

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

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

border-color css

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

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

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