Html Css Color HEX #EFD654 Portica

📋 copy color: '#EFD654'

red 239 ◦ green 214 ◦ blue 84

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

Shades of Portica #EFD654

Tints of Portica #EFD654

RGB

 RED value IS 239 (93.75% from 255) = 44.51%

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

 BLUE value IS 84 (33.2% from 255) = 15.64%

R = 44.51%
G = 39.85%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFD654 (or 0xEFD654) is known color: Portica. HEX triplet: EF, D6 and 54. RGB value is (239,214,84). Sum of RGB (Red+Green+Blue) = 239+214+84=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 84 (33.20% from 255 or 15.64% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD654 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD654 is #1029AB. Grayscale: #CFCFCF. Windows color (decimal): -1059244 or 5560047. OLE color: 5560047.

HSL color Cylindrical-coordinate representation of color #EFD654: hue angle of 50.32º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFD654 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 214 84 -
CMYK 0 0.10 0.65 0.06
HSL 50.32º 0.83% 0.63% -
HSV(B) 50.32º 0.65% 0.94% -
XYZ 61.24 67.08 18.11 -
YUV 206.66 58.78 151.07 -
System Red Green Blue C M Y K H S L
Decimal 239 214 84 0 0.10 0.65 0.06 50.32 0.83 0.63
Hex EF D6 54 0 A 41 6 32 53 3F
Octal 357 326 124 0 12 101 6 62 123 77
Binary 11101111 11010110 1010100 0 1010 1000001 110 110010 1010011 111111

Color Harmonies of #EFD654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD654

Black with #EFD654

Text Example


Text Example

White with #EFD654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD654; }

 p { color: rgb(239,214,84); }

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

background-color css

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

 a { background-color: rgb(239,214,84); }

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

border-color css

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

 span { border-color: rgb(239,214,84); }

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