Html Css Color HEX #EAD651 Portica

📋 copy color: '#EAD651'

red 234 ◦ green 214 ◦ blue 81

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

Shades of Portica #EAD651

Tints of Portica #EAD651

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.45%

 BLUE value IS 81 (32.03% from 255) = 15.31%

R = 44.23%
G = 40.45%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EAD651 (or 0xEAD651) is known color: Portica. HEX triplet: EA, D6 and 51. RGB value is (234,214,81). Sum of RGB (Red+Green+Blue) = 234+214+81=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 81 (32.03% from 255 or 15.31% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD651 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD651 is #1529AE. Grayscale: #CDCDCD. Windows color (decimal): -1386927 or 5363434. OLE color: 5363434.

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

Color convert

RGB 234 214 81 -
CMYK 0 0.09 0.65 0.08
HSL 52.16º 0.78% 0.62% -
HSV(B) 52.16º 0.65% 0.92% -
XYZ 59.46 66.18 17.42 -
YUV 204.82 58.13 148.81 -
System Red Green Blue C M Y K H S L
Decimal 234 214 81 0 0.09 0.65 0.08 52.16 0.78 0.62
Hex EA D6 51 0 9 41 8 34 4E 3E
Octal 352 326 121 0 11 101 10 64 116 76
Binary 11101010 11010110 1010001 0 1001 1000001 1000 110100 1001110 111110

Color Harmonies of #EAD651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD651

Black with #EAD651

Text Example


Text Example

White with #EAD651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD651; }

 p { color: rgb(234,214,81); }

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

background-color css

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

 a { background-color: rgb(234,214,81); }

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

border-color css

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

 span { border-color: rgb(234,214,81); }

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