Html Css Color HEX #EDD64C Portica

📋 copy color: '#EDD64C'

red 237 ◦ green 214 ◦ blue 76

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

Shades of Portica #EDD64C

Tints of Portica #EDD64C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.61%

 BLUE value IS 76 (30.08% from 255) = 14.42%

R = 44.97%
G = 40.61%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDD64C (or 0xEDD64C) is known color: Portica. HEX triplet: ED, D6 and 4C. RGB value is (237,214,76). Sum of RGB (Red+Green+Blue) = 237+214+76=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 76 (30.08% from 255 or 14.42% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD64C is #1229B3. Grayscale: #CDCDCD. Windows color (decimal): -1190324 or 5035757. OLE color: 5035757.

HSL color Cylindrical-coordinate representation of color #EDD64C: hue angle of 51.43º degrees, saturation: 0.82, 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 #EDD64C is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 214 76 -
CMYK 0 0.10 0.68 0.07
HSL 51.43º 0.82% 0.61% -
HSV(B) 51.43º 0.68% 0.93% -
XYZ 60.28 66.62 16.52 -
YUV 205.15 55.12 150.72 -
System Red Green Blue C M Y K H S L
Decimal 237 214 76 0 0.10 0.68 0.07 51.43 0.82 0.61
Hex ED D6 4C 0 A 44 7 33 52 3D
Octal 355 326 114 0 12 104 7 63 122 75
Binary 11101101 11010110 1001100 0 1010 1000100 111 110011 1010010 111101

Color Harmonies of #EDD64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD64C

Black with #EDD64C

Text Example


Text Example

White with #EDD64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD64C; }

 p { color: rgb(237,214,76); }

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

background-color css

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

 a { background-color: rgb(237,214,76); }

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

border-color css

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

 span { border-color: rgb(237,214,76); }

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