Html Css Color HEX #EB8934 California

📋 copy color: '#EB8934'

red 235 ◦ green 137 ◦ blue 52

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

Shades of California #EB8934

Tints of California #EB8934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.26%

R = 55.42%
G = 32.31%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EB8934 (or 0xEB8934) is known color: California. HEX triplet: EB, 89 and 34. RGB value is (235,137,52). Sum of RGB (Red+Green+Blue) = 235+137+52=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 52 (20.70% from 255 or 12.26% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8934 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8934 is #1476CB. Grayscale: #9D9D9D. Windows color (decimal): -1341132 or 3443179. OLE color: 3443179.

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

Color convert

RGB 235 137 52 -
CMYK 0 0.42 0.78 0.08
HSL 27.87º 0.82% 0.56% -
HSV(B) 27.87º 0.78% 0.92% -
XYZ 43.83 35.8 7.85 -
YUV 156.61 68.97 183.91 -
System Red Green Blue C M Y K H S L
Decimal 235 137 52 0 0.42 0.78 0.08 27.87 0.82 0.56
Hex EB 89 34 0 2A 4E 8 1C 52 38
Octal 353 211 64 0 52 116 10 34 122 70
Binary 11101011 10001001 110100 0 101010 1001110 1000 11100 1010010 111000

Color Harmonies of #EB8934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8934

Black with #EB8934

Text Example


Text Example

White with #EB8934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8934; }

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

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

background-color css

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

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

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

border-color css

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

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

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