Html Css Color HEX #EAD64E Portica

📋 copy color: '#EAD64E'

red 234 ◦ green 214 ◦ blue 78

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

Shades of Portica #EAD64E

Tints of Portica #EAD64E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.83%

R = 44.49%
G = 40.68%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EAD64E (or 0xEAD64E) is known color: Portica. HEX triplet: EA, D6 and 4E. RGB value is (234,214,78). Sum of RGB (Red+Green+Blue) = 234+214+78=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 78 (30.86% from 255 or 14.83% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD64E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD64E is #1529B1. Grayscale: #CDCDCD. Windows color (decimal): -1386930 or 5166826. OLE color: 5166826.

HSL color Cylindrical-coordinate representation of color #EAD64E: hue angle of 52.31º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EAD64E is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 214 78 -
CMYK 0 0.09 0.67 0.08
HSL 52.31º 0.79% 0.61% -
HSV(B) 52.31º 0.67% 0.92% -
XYZ 59.35 66.14 16.84 -
YUV 204.48 56.63 149.06 -
System Red Green Blue C M Y K H S L
Decimal 234 214 78 0 0.09 0.67 0.08 52.31 0.79 0.61
Hex EA D6 4E 0 9 43 8 34 4F 3D
Octal 352 326 116 0 11 103 10 64 117 75
Binary 11101010 11010110 1001110 0 1001 1000011 1000 110100 1001111 111101

Color Harmonies of #EAD64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD64E

Black with #EAD64E

Text Example


Text Example

White with #EAD64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD64E; }

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

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

background-color css

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

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

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

border-color css

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

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

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