Html Css Color HEX #EB943E California

📋 copy color: '#EB943E'

red 235 ◦ green 148 ◦ blue 62

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

Shades of California #EB943E

Tints of California #EB943E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.26%

 BLUE value IS 62 (24.61% from 255) = 13.93%

R = 52.81%
G = 33.26%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB943E (or 0xEB943E) is known color: California. HEX triplet: EB, 94 and 3E. RGB value is (235,148,62). Sum of RGB (Red+Green+Blue) = 235+148+62=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB943E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB943E is #146BC1. Grayscale: #A4A4A4. Windows color (decimal): -1338306 or 4101355. OLE color: 4101355.

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

Color convert

RGB 235 148 62 -
CMYK 0 0.37 0.74 0.08
HSL 29.83º 0.81% 0.58% -
HSV(B) 29.83º 0.74% 0.92% -
XYZ 45.72 39.19 9.71 -
YUV 164.21 70.32 178.49 -
System Red Green Blue C M Y K H S L
Decimal 235 148 62 0 0.37 0.74 0.08 29.83 0.81 0.58
Hex EB 94 3E 0 25 4A 8 1E 51 3A
Octal 353 224 76 0 45 112 10 36 121 72
Binary 11101011 10010100 111110 0 100101 1001010 1000 11110 1010001 111010

Color Harmonies of #EB943E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB943E

Black with #EB943E

Text Example


Text Example

White with #EB943E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB943E; }

 p { color: rgb(235,148,62); }

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

background-color css

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

 a { background-color: rgb(235,148,62); }

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

border-color css

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

 span { border-color: rgb(235,148,62); }

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