Html Css Color HEX #EB883D California

📋 copy color: '#EB883D'

red 235 ◦ green 136 ◦ blue 61

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

Shades of California #EB883D

Tints of California #EB883D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.48%

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

R = 54.4%
G = 31.48%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB883D (or 0xEB883D) is known color: California. HEX triplet: EB, 88 and 3D. RGB value is (235,136,61). Sum of RGB (Red+Green+Blue) = 235+136+61=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 61 (24.22% from 255 or 14.12% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB883D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB883D is #1477C2. Grayscale: #9D9D9D. Windows color (decimal): -1341379 or 4032747. OLE color: 4032747.

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

Color convert

RGB 235 136 61 -
CMYK 0 0.42 0.74 0.08
HSL 25.86º 0.81% 0.58% -
HSV(B) 25.86º 0.74% 0.92% -
XYZ 43.91 35.61 8.97 -
YUV 157.05 73.8 183.6 -
System Red Green Blue C M Y K H S L
Decimal 235 136 61 0 0.42 0.74 0.08 25.86 0.81 0.58
Hex EB 88 3D 0 2A 4A 8 1A 51 3A
Octal 353 210 75 0 52 112 10 32 121 72
Binary 11101011 10001000 111101 0 101010 1001010 1000 11010 1010001 111010

Color Harmonies of #EB883D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB883D

Black with #EB883D

Text Example


Text Example

White with #EB883D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB883D; }

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

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

background-color css

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

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

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

border-color css

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

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

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