Html Css Color HEX #EAD74D Portica

📋 copy color: '#EAD74D'

red 234 ◦ green 215 ◦ blue 77

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

Shades of Portica #EAD74D

Tints of Portica #EAD74D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.87%

 BLUE value IS 77 (30.47% from 255) = 14.64%

R = 44.49%
G = 40.87%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EAD74D (or 0xEAD74D) is known color: Portica. HEX triplet: EA, D7 and 4D. RGB value is (234,215,77). Sum of RGB (Red+Green+Blue) = 234+215+77=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 77 (30.47% from 255 or 14.64% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD74D is #1528B2. Grayscale: #CDCDCD. Windows color (decimal): -1386675 or 5101546. OLE color: 5101546.

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

Color convert

RGB 234 215 77 -
CMYK 0 0.08 0.67 0.08
HSL 52.74º 0.79% 0.61% -
HSV(B) 52.74º 0.67% 0.92% -
XYZ 59.57 66.63 16.74 -
YUV 204.95 55.79 148.72 -
System Red Green Blue C M Y K H S L
Decimal 234 215 77 0 0.08 0.67 0.08 52.74 0.79 0.61
Hex EA D7 4D 0 8 43 8 35 4F 3D
Octal 352 327 115 0 10 103 10 65 117 75
Binary 11101010 11010111 1001101 0 1000 1000011 1000 110101 1001111 111101

Color Harmonies of #EAD74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD74D

Black with #EAD74D

Text Example


Text Example

White with #EAD74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD74D; }

 p { color: rgb(234,215,77); }

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

background-color css

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

 a { background-color: rgb(234,215,77); }

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

border-color css

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

 span { border-color: rgb(234,215,77); }

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