Html Css Color HEX #EB8A3D California

📋 copy color: '#EB8A3D'

red 235 ◦ green 138 ◦ blue 61

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

Shades of California #EB8A3D

Tints of California #EB8A3D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.8%

 BLUE value IS 61 (24.22% from 255) = 14.06%

R = 54.15%
G = 31.8%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB8A3D (or 0xEB8A3D) is known color: California. HEX triplet: EB, 8A and 3D. RGB value is (235,138,61). Sum of RGB (Red+Green+Blue) = 235+138+61=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8A3D is #1475C2. Grayscale: #9E9E9E. Windows color (decimal): -1340867 or 4033259. OLE color: 4033259.

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

Color convert

RGB 235 138 61 -
CMYK 0 0.41 0.74 0.08
HSL 26.55º 0.81% 0.58% -
HSV(B) 26.55º 0.74% 0.92% -
XYZ 44.19 36.18 9.07 -
YUV 158.23 73.14 182.76 -
System Red Green Blue C M Y K H S L
Decimal 235 138 61 0 0.41 0.74 0.08 26.55 0.81 0.58
Hex EB 8A 3D 0 29 4A 8 1B 51 3A
Octal 353 212 75 0 51 112 10 33 121 72
Binary 11101011 10001010 111101 0 101001 1001010 1000 11011 1010001 111010

Color Harmonies of #EB8A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8A3D

Black with #EB8A3D

Text Example


Text Example

White with #EB8A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8A3D; }

 p { color: rgb(235,138,61); }

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

background-color css

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

 a { background-color: rgb(235,138,61); }

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

border-color css

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

 span { border-color: rgb(235,138,61); }

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