Html Css Color HEX #ECD74B Portica

📋 copy color: '#ECD74B'

red 236 ◦ green 215 ◦ blue 75

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

Shades of Portica #ECD74B

Tints of Portica #ECD74B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.26%

R = 44.87%
G = 40.87%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECD74B (or 0xECD74B) is known color: Portica. HEX triplet: EC, D7 and 4B. RGB value is (236,215,75). Sum of RGB (Red+Green+Blue) = 236+215+75=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 75 (29.69% from 255 or 14.26% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD74B is #1328B4. Grayscale: #CDCDCD. Windows color (decimal): -1255605 or 4970476. OLE color: 4970476.

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

Color convert

RGB 236 215 75 -
CMYK 0 0.09 0.68 0.07
HSL 52.17º 0.81% 0.61% -
HSV(B) 52.17º 0.68% 0.93% -
XYZ 60.16 66.94 16.41 -
YUV 205.32 54.46 149.88 -
System Red Green Blue C M Y K H S L
Decimal 236 215 75 0 0.09 0.68 0.07 52.17 0.81 0.61
Hex EC D7 4B 0 9 44 7 34 51 3D
Octal 354 327 113 0 11 104 7 64 121 75
Binary 11101100 11010111 1001011 0 1001 1000100 111 110100 1010001 111101

Color Harmonies of #ECD74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD74B

Black with #ECD74B

Text Example


Text Example

White with #ECD74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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