Html Css Color HEX #EB923C California

📋 copy color: '#EB923C'

red 235 ◦ green 146 ◦ blue 60

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

Shades of California #EB923C

Tints of California #EB923C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.11%

 BLUE value IS 60 (23.83% from 255) = 13.61%

R = 53.29%
G = 33.11%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB923C (or 0xEB923C) is known color: California. HEX triplet: EB, 92 and 3C. RGB value is (235,146,60). Sum of RGB (Red+Green+Blue) = 235+146+60=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EB923C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB923C is #146DC3. Grayscale: #A3A3A3. Windows color (decimal): -1338820 or 3969771. OLE color: 3969771.

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

Color convert

RGB 235 146 60 -
CMYK 0 0.38 0.74 0.08
HSL 29.49º 0.81% 0.58% -
HSV(B) 29.49º 0.74% 0.92% -
XYZ 45.36 38.55 9.32 -
YUV 162.81 69.99 179.49 -
System Red Green Blue C M Y K H S L
Decimal 235 146 60 0 0.38 0.74 0.08 29.49 0.81 0.58
Hex EB 92 3C 0 26 4A 8 1D 51 3A
Octal 353 222 74 0 46 112 10 35 121 72
Binary 11101011 10010010 111100 0 100110 1001010 1000 11101 1010001 111010

Color Harmonies of #EB923C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB923C

Black with #EB923C

Text Example


Text Example

White with #EB923C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB923C; }

 p { color: rgb(235,146,60); }

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

background-color css

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

 a { background-color: rgb(235,146,60); }

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

border-color css

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

 span { border-color: rgb(235,146,60); }

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