Html Css Color HEX #ECD74D Portica

📋 copy color: '#ECD74D'

red 236 ◦ green 215 ◦ blue 77

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

Shades of Portica #ECD74D

Tints of Portica #ECD74D

RGB

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

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

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

R = 44.7%
G = 40.72%
B = 14.58%

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

#ECD74D (or 0xECD74D) is known color: Portica. HEX triplet: EC, D7 and 4D. RGB value is (236,215,77). Sum of RGB (Red+Green+Blue) = 236+215+77=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 77 (30.47% from 255 or 14.58% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD74D is #1328B2. Grayscale: #CECECE. Windows color (decimal): -1255603 or 5101548. OLE color: 5101548.

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

Color convert

RGB 236 215 77 -
CMYK 0 0.09 0.67 0.07
HSL 52.08º 0.81% 0.61% -
HSV(B) 52.08º 0.67% 0.93% -
XYZ 60.23 66.97 16.77 -
YUV 205.55 55.46 149.72 -
System Red Green Blue C M Y K H S L
Decimal 236 215 77 0 0.09 0.67 0.07 52.08 0.81 0.61
Hex EC D7 4D 0 9 43 7 34 51 3D
Octal 354 327 115 0 11 103 7 64 121 75
Binary 11101100 11010111 1001101 0 1001 1000011 111 110100 1010001 111101

Color Harmonies of #ECD74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD74D

Black with #ECD74D

Text Example


Text Example

White with #ECD74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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