Html Css Color HEX #ECD74E Portica

📋 copy color: '#ECD74E'

red 236 ◦ green 215 ◦ blue 78

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

Shades of Portica #ECD74E

Tints of Portica #ECD74E

RGB

 RED value IS 236 (92.58% from 255) = 44.61%

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

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

R = 44.61%
G = 40.64%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ECD74E (or 0xECD74E) is known color: Portica. HEX triplet: EC, D7 and 4E. RGB value is (236,215,78). Sum of RGB (Red+Green+Blue) = 236+215+78=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 78 (30.86% from 255 or 14.74% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD74E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD74E is #1328B1. Grayscale: #CECECE. Windows color (decimal): -1255602 or 5167084. OLE color: 5167084.

HSL color Cylindrical-coordinate representation of color #ECD74E: hue angle of 52.03º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECD74E is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 215 78 -
CMYK 0 0.09 0.67 0.07
HSL 52.03º 0.81% 0.62% -
HSV(B) 52.03º 0.67% 0.93% -
XYZ 60.27 66.98 16.96 -
YUV 205.66 55.96 149.64 -
System Red Green Blue C M Y K H S L
Decimal 236 215 78 0 0.09 0.67 0.07 52.03 0.81 0.62
Hex EC D7 4E 0 9 43 7 34 51 3E
Octal 354 327 116 0 11 103 7 64 121 76
Binary 11101100 11010111 1001110 0 1001 1000011 111 110100 1010001 111110

Color Harmonies of #ECD74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD74E

Black with #ECD74E

Text Example


Text Example

White with #ECD74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD74E; }

 p { color: rgb(236,215,78); }

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

background-color css

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

 a { background-color: rgb(236,215,78); }

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

border-color css

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

 span { border-color: rgb(236,215,78); }

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