Html Css Color HEX #EB8C3A California

📋 copy color: '#EB8C3A'

red 235 ◦ green 140 ◦ blue 58

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

Shades of California #EB8C3A

Tints of California #EB8C3A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.33%

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

R = 54.27%
G = 32.33%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB8C3A (or 0xEB8C3A) is known color: California. HEX triplet: EB, 8C and 3A. RGB value is (235,140,58). Sum of RGB (Red+Green+Blue) = 235+140+58=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 58 (23.05% from 255 or 13.39% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8C3A is #1473C5. Grayscale: #9F9F9F. Windows color (decimal): -1340358 or 3837163. OLE color: 3837163.

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

Color convert

RGB 235 140 58 -
CMYK 0 0.40 0.75 0.08
HSL 27.8º 0.82% 0.57% -
HSV(B) 27.8º 0.75% 0.92% -
XYZ 44.4 36.72 8.75 -
YUV 159.06 70.97 182.17 -
System Red Green Blue C M Y K H S L
Decimal 235 140 58 0 0.40 0.75 0.08 27.8 0.82 0.57
Hex EB 8C 3A 0 28 4B 8 1C 52 39
Octal 353 214 72 0 50 113 10 34 122 71
Binary 11101011 10001100 111010 0 101000 1001011 1000 11100 1010010 111001

Color Harmonies of #EB8C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C3A

Black with #EB8C3A

Text Example


Text Example

White with #EB8C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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