Html Css Color HEX #EAD353 Portica

📋 copy color: '#EAD353'

red 234 ◦ green 211 ◦ blue 83

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

Shades of Portica #EAD353

Tints of Portica #EAD353

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.96%

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

R = 44.32%
G = 39.96%
B = 15.72%

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

#EAD353 (or 0xEAD353) is known color: Portica. HEX triplet: EA, D3 and 53. RGB value is (234,211,83). Sum of RGB (Red+Green+Blue) = 234+211+83=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 83 (32.81% from 255 or 15.72% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD353 is #152CAC. Grayscale: #CBCBCB. Windows color (decimal): -1387693 or 5493738. OLE color: 5493738.

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

Color convert

RGB 234 211 83 -
CMYK 0 0.10 0.65 0.08
HSL 50.86º 0.78% 0.62% -
HSV(B) 50.86º 0.65% 0.92% -
XYZ 58.79 64.71 17.57 -
YUV 203.29 60.12 149.91 -
System Red Green Blue C M Y K H S L
Decimal 234 211 83 0 0.10 0.65 0.08 50.86 0.78 0.62
Hex EA D3 53 0 A 41 8 33 4E 3E
Octal 352 323 123 0 12 101 10 63 116 76
Binary 11101010 11010011 1010011 0 1010 1000001 1000 110011 1001110 111110

Color Harmonies of #EAD353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD353

Black with #EAD353

Text Example


Text Example

White with #EAD353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD353; }

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

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

background-color css

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

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

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

border-color css

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

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

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