Html Css Color HEX #EDD74D Portica

📋 copy color: '#EDD74D'

red 237 ◦ green 215 ◦ blue 77

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

Shades of Portica #EDD74D

Tints of Portica #EDD74D

RGB

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

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

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

R = 44.8%
G = 40.64%
B = 14.56%

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

#EDD74D (or 0xEDD74D) is known color: Portica. HEX triplet: ED, D7 and 4D. RGB value is (237,215,77). Sum of RGB (Red+Green+Blue) = 237+215+77=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 77 (30.47% from 255 or 14.56% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD74D is #1228B2. Grayscale: #CECECE. Windows color (decimal): -1190067 or 5101549. OLE color: 5101549.

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

Color convert

RGB 237 215 77 -
CMYK 0 0.09 0.68 0.07
HSL 51.75º 0.82% 0.62% -
HSV(B) 51.75º 0.68% 0.93% -
XYZ 60.57 67.14 16.79 -
YUV 205.85 55.29 150.22 -
System Red Green Blue C M Y K H S L
Decimal 237 215 77 0 0.09 0.68 0.07 51.75 0.82 0.62
Hex ED D7 4D 0 9 44 7 34 52 3E
Octal 355 327 115 0 11 104 7 64 122 76
Binary 11101101 11010111 1001101 0 1001 1000100 111 110100 1010010 111110

Color Harmonies of #EDD74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD74D

Black with #EDD74D

Text Example


Text Example

White with #EDD74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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