Html Css Color HEX #EAD253 Portica

📋 copy color: '#EAD253'

red 234 ◦ green 210 ◦ blue 83

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

Shades of Portica #EAD253

Tints of Portica #EAD253

RGB

 RED value IS 234 (91.8% from 255) = 44.4%

 GREEN value IS 210 (82.42% from 255) = 39.85%

 BLUE value IS 83 (32.81% from 255) = 15.75%

R = 44.4%
G = 39.85%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EAD253 (or 0xEAD253) is known color: Portica. HEX triplet: EA, D2 and 53. RGB value is (234,210,83). Sum of RGB (Red+Green+Blue) = 234+210+83=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 83 (32.81% from 255 or 15.75% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD253 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD253 is #152DAC. Grayscale: #CBCBCB. Windows color (decimal): -1387949 or 5493482. OLE color: 5493482.

HSL color Cylindrical-coordinate representation of color #EAD253: hue angle of 50.46º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EAD253 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 210 83 -
CMYK 0 0.10 0.65 0.08
HSL 50.46º 0.78% 0.62% -
HSV(B) 50.46º 0.65% 0.92% -
XYZ 58.54 64.21 17.49 -
YUV 202.7 60.45 150.33 -
System Red Green Blue C M Y K H S L
Decimal 234 210 83 0 0.10 0.65 0.08 50.46 0.78 0.62
Hex EA D2 53 0 A 41 8 32 4E 3E
Octal 352 322 123 0 12 101 10 62 116 76
Binary 11101010 11010010 1010011 0 1010 1000001 1000 110010 1001110 111110

Color Harmonies of #EAD253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD253

Black with #EAD253

Text Example


Text Example

White with #EAD253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD253; }

 p { color: rgb(234,210,83); }

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

background-color css

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

 a { background-color: rgb(234,210,83); }

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

border-color css

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

 span { border-color: rgb(234,210,83); }

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