Html Css Color HEX #EF883D California

📋 copy color: '#EF883D'

red 239 ◦ green 136 ◦ blue 61

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

Shades of California #EF883D

Tints of California #EF883D

RGB

 RED value IS 239 (93.75% from 255) = 54.82%

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

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

R = 54.82%
G = 31.19%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF883D (or 0xEF883D) is known color: California. HEX triplet: EF, 88 and 3D. RGB value is (239,136,61). Sum of RGB (Red+Green+Blue) = 239+136+61=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF883D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF883D is #1077C2. Grayscale: #9E9E9E. Windows color (decimal): -1079235 or 4032751. OLE color: 4032751.

HSL color Cylindrical-coordinate representation of color #EF883D: hue angle of 25.28º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF883D is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 136 61 -
CMYK 0 0.43 0.74 0.06
HSL 25.28º 0.85% 0.59% -
HSV(B) 25.28º 0.74% 0.94% -
XYZ 45.24 36.3 9.04 -
YUV 158.25 73.12 185.6 -
System Red Green Blue C M Y K H S L
Decimal 239 136 61 0 0.43 0.74 0.06 25.28 0.85 0.59
Hex EF 88 3D 0 2B 4A 6 19 55 3B
Octal 357 210 75 0 53 112 6 31 125 73
Binary 11101111 10001000 111101 0 101011 1001010 110 11001 1010101 111011

Color Harmonies of #EF883D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF883D

Black with #EF883D

Text Example


Text Example

White with #EF883D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF883D; }

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

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

background-color css

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

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

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

border-color css

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

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

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