Html Css Color HEX #EDD74F Portica

📋 copy color: '#EDD74F'

red 237 ◦ green 215 ◦ blue 79

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

Shades of Portica #EDD74F

Tints of Portica #EDD74F

RGB

 RED value IS 237 (92.97% from 255) = 44.63%

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

 BLUE value IS 79 (31.25% from 255) = 14.88%

R = 44.63%
G = 40.49%
B = 14.88%

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

#EDD74F (or 0xEDD74F) is known color: Portica. HEX triplet: ED, D7 and 4F. RGB value is (237,215,79). Sum of RGB (Red+Green+Blue) = 237+215+79=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 79 (31.25% from 255 or 14.88% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD74F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD74F is #1228B0. Grayscale: #CECECE. Windows color (decimal): -1190065 or 5232621. OLE color: 5232621.

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

Color convert

RGB 237 215 79 -
CMYK 0 0.09 0.67 0.07
HSL 51.65º 0.81% 0.62% -
HSV(B) 51.65º 0.67% 0.93% -
XYZ 60.64 67.17 17.17 -
YUV 206.07 56.29 150.06 -
System Red Green Blue C M Y K H S L
Decimal 237 215 79 0 0.09 0.67 0.07 51.65 0.81 0.62
Hex ED D7 4F 0 9 43 7 34 51 3E
Octal 355 327 117 0 11 103 7 64 121 76
Binary 11101101 11010111 1001111 0 1001 1000011 111 110100 1010001 111110

Color Harmonies of #EDD74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD74F

Black with #EDD74F

Text Example


Text Example

White with #EDD74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD74F; }

 p { color: rgb(237,215,79); }

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

background-color css

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

 a { background-color: rgb(237,215,79); }

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

border-color css

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

 span { border-color: rgb(237,215,79); }

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