Html Css Color HEX #EAD653 Portica

📋 copy color: '#EAD653'

red 234 ◦ green 214 ◦ blue 83

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

Shades of Portica #EAD653

Tints of Portica #EAD653

RGB

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

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

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

R = 44.07%
G = 40.3%
B = 15.63%

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

#EAD653 (or 0xEAD653) is known color: Portica. HEX triplet: EA, D6 and 53. RGB value is (234,214,83). Sum of RGB (Red+Green+Blue) = 234+214+83=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 83 (32.81% from 255 or 15.63% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD653 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD653 is #1529AC. Grayscale: #CDCDCD. Windows color (decimal): -1386925 or 5494506. OLE color: 5494506.

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

Color convert

RGB 234 214 83 -
CMYK 0 0.09 0.65 0.08
HSL 52.05º 0.78% 0.62% -
HSV(B) 52.05º 0.65% 0.92% -
XYZ 59.54 66.21 17.83 -
YUV 205.05 59.13 148.65 -
System Red Green Blue C M Y K H S L
Decimal 234 214 83 0 0.09 0.65 0.08 52.05 0.78 0.62
Hex EA D6 53 0 9 41 8 34 4E 3E
Octal 352 326 123 0 11 101 10 64 116 76
Binary 11101010 11010110 1010011 0 1001 1000001 1000 110100 1001110 111110

Color Harmonies of #EAD653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD653

Black with #EAD653

Text Example


Text Example

White with #EAD653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD653; }

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

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

background-color css

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

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

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

border-color css

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

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

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