Html Css Color HEX #EB903A California

📋 copy color: '#EB903A'

red 235 ◦ green 144 ◦ blue 58

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

Shades of California #EB903A

Tints of California #EB903A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.95%

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

R = 53.78%
G = 32.95%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB903A (or 0xEB903A) is known color: California. HEX triplet: EB, 90 and 3A. RGB value is (235,144,58). Sum of RGB (Red+Green+Blue) = 235+144+58=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 58 (23.05% from 255 or 13.27% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EB903A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB903A is #146FC5. Grayscale: #A1A1A1. Windows color (decimal): -1339334 or 3838187. OLE color: 3838187.

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

Color convert

RGB 235 144 58 -
CMYK 0 0.39 0.75 0.08
HSL 29.15º 0.82% 0.57% -
HSV(B) 29.15º 0.75% 0.92% -
XYZ 45 37.91 8.95 -
YUV 161.41 69.65 180.49 -
System Red Green Blue C M Y K H S L
Decimal 235 144 58 0 0.39 0.75 0.08 29.15 0.82 0.57
Hex EB 90 3A 0 27 4B 8 1D 52 39
Octal 353 220 72 0 47 113 10 35 122 71
Binary 11101011 10010000 111010 0 100111 1001011 1000 11101 1010010 111001

Color Harmonies of #EB903A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB903A

Black with #EB903A

Text Example


Text Example

White with #EB903A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB903A; }

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

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

background-color css

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

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

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

border-color css

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

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

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